o/certstate: add new helper functions to manipulate custom certificate#16684
Open
Meulengracht wants to merge 1 commit intocanonical:masterfrom
Open
o/certstate: add new helper functions to manipulate custom certificate#16684Meulengracht wants to merge 1 commit intocanonical:masterfrom
Meulengracht wants to merge 1 commit intocanonical:masterfrom
Conversation
|
Fri Feb 27 10:37:13 UTC 2026 Failures:Executing:
Restoring:
Skipped tests from snapd-testing-skip
|
Meulengracht
commented
Feb 27, 2026
| // /var/lib/snapd/pki/v1/merged/*.crt (symlinks) | ||
| // /var/lib/snapd/pki/v1/merged/ca-certificates.crt | ||
| // /var/lib/snapd/pki/v1/<digest>.crt | ||
| // /var/lib/snapd/pki/v1/<name>.crt |
Member
Author
There was a problem hiding this comment.
This is a semantic change based on a quick sync with @pedronis -- the specification has been updated to reflect this
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #16684 +/- ##
==========================================
+ Coverage 77.52% 77.53% +0.01%
==========================================
Files 1354 1358 +4
Lines 186672 187410 +738
Branches 2449 2446 -3
==========================================
+ Hits 144714 145314 +600
- Misses 33205 33312 +107
- Partials 8753 8784 +31
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Split from #16486. Introduces new helper functions to manage custom certificates and retrieve them again.